C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / RefreshOnEdit Property

In This Topic
RefreshOnEdit Property (TransposedGrid<T>)
In This Topic
Gets or sets whether the grid should refresh all cells after a cell is edited.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Overridable Property RefreshOnEdit As Boolean
 
See Also